home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / The Golden Parrot / card_19409.txt < prev    next >
Text File  |  1990-08-20  |  877b  |  37 lines

  1. -- card: 19409 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3426
  5. -- name: Use your binoculars
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global score
  9.   subtract 5 from score
  10.   if score <= 0 then
  11.     visual effect scroll up
  12.     go card "end"
  13.   end if
  14.   put score into field "scorebox"
  15. end openCard
  16. on mouseUp
  17.  
  18.   get field "textarea" of card "Mountain Trail"
  19.   put it&return&"Take to the trail" into field "textarea" of card "Mountain Trail"
  20.  
  21.   visual effect dissolve
  22.   go to card "Mountain Trail"
  23.  
  24. end mouseUp
  25.  
  26.  
  27. -- part contents for background part 1
  28. ----- text -----
  29. Use your binoculars
  30.  
  31. -- part contents for background part 2
  32. ----- text -----
  33. Where the trail meets the clouds, you aren't quite sure, but you think you see the glittering yellow wings of not one but THREE prized golden parrots!
  34.  
  35. -- part contents for background part 5
  36. ----- text -----
  37. 95